runtime/pprof.runtimeProfile.stk (field)

3 uses

	runtime/pprof (current package)
		pprof.go#L808: 	stk    []profilerecord.StackRecord
		pprof.go#L812: func (p *runtimeProfile) Len() int              { return len(p.stk) }
		pprof.go#L813: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack }